home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / wwbbs26.lha / WWBBSDoors / cybmods.lha / yourstats < prev    next >
Encoding:
Text File  |  1993-12-18  |  539 b   |  19 lines

  1. /* Your User Statistics v1.0 By Instigist */
  2. /*       Snake Pit BBS: 310-863-3754      */
  3. options results
  4. BBSIDENTIFY USER
  5. temp = result
  6. parse var temp '"'name'" "'from'" 'access
  7. BBSIDENTIFY EMULATION
  8. term = result
  9. print " "
  10. print "Logon Statistics v1.0 By Instigist"
  11. print "Handle      : "name
  12. print "Location    : "from
  13. print "Access      : "access
  14. print "Translation : "term
  15. print "Time Online : "TIMEONLINE
  16. print "Time Left   : "TIMELEFT
  17.  
  18. exit
  19.